home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / OS2CL016.ZIP / PROVADLG.IPP < prev    next >
Encoding:
Text File  |  1996-01-17  |  1.8 KB  |  77 lines

  1. .* 
  2. .*
  3. .*
  4. .*    provadlg.cpp (emx+gcc) 
  5. .*
  6. .*    1995 Giovanni Iachello
  7. .*    This is freeware software. You can use or modify it as you wish,
  8. .*    provided that the part of code that I wrote remains freeware.
  9. .*    Freeware means that the source code must be available on request 
  10. .*    to anyone.
  11. .*    You must also include this notice in all files derived from this
  12. .*    file.
  13. .*
  14. .*
  15. .*********** This is NOT an IPF file! It must be preprocessed by the
  16. .*********** IPFC program by Larry Salomon Jr. available on the hobbes
  17. .*********** archive in the dev16 directory.
  18.  
  19. .include "pmstdres.h"
  20. .include "provadlg.h"
  21.  
  22. :userdoc.
  23. :title.Prova Dlg Sample Help File
  24. :body.
  25. :docprof toc=1234 ctrlarea=coverpage.
  26.  
  27. :h1 res=&HLP_EXT_PROVADLG..Extended Help
  28. :p.help esteso
  29.  
  30. :h1 res=&HLP_KEYS_PROVADLG..Keys Help
  31. :p.
  32. F3 exits
  33. Alt-F4 exits
  34. blah blah blah
  35.  
  36. .***************************************************************************
  37.  
  38. :h1 res=&HLP_EXT_FDLG..Cicca
  39. :p.help esteso per la finestra di fonts
  40.  
  41. :h1 res=&HLP_EXT_NDLG..Lippa
  42. :p.help esteso per la finestra di nomi
  43.  
  44. :h1 res=&HLP_PNL_NDLG_NAME..Name
  45. :p.inserire il nome
  46.  
  47. :h1 res=&DID_SIZE..Size
  48. :p.set font size
  49.  
  50. :h1 res=&PMHLP_DLG_ABOUT..Help for About window
  51. :p.help about window
  52.  
  53. :h1 res=&HLP_DLG_INFO..Information
  54. :p.help for infor window
  55.  
  56. :h1 res=&DNAME_EF_NAME..Entry Field
  57. :p.insert the name
  58.  
  59. .***************************************************************************
  60.  
  61. :h1 res=&PMHLP_FILE..Help for menuitem &odq.File&cdq.
  62. :p.ciao
  63.  
  64. :h1 res=&PMHLP_FILENEW..Help for menuitem &odq.File New&cdq.
  65. :p.ciao1
  66.  
  67. :h1 res=&HLP_CRASH..Hello!
  68. :p.My name is Zaphod Beeblebrox!
  69. :i1 .I'm president of the Galaxy!
  70.  
  71. :h1 res=&HLP_FONTS..Font dialog window
  72. :p.Font dialog window
  73. :i1 .Topolino is Mikey Mouse's name in Italian!
  74.  
  75. :euserdoc.
  76.  
  77.